﻿@charset "utf-8";

/*
 * Overview: Reset & Function & Global
 * Site: http://f2e.adee.cn
 */

/** Reset **/
a, blockquote, button, body, code, dd, div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, hr, html, i, input, iframe, img, label, li, legend, object, ol, p, pre, small, span, strong, sub, sup, table, tbody, td, th, thead, tr, ul { margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark { display: block; margin: 0; padding: 0; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
time { display: inline; }
mark { color: #333; background: #ff0; }
html { color: #333; background-color: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1', sans-serif; }
input, select, textarea { font-size: 100%; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 500; }
b, strong { font-weight: 700; }
address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp { font-family: Tahoma, Arial; }
small { font-size: 80%; }
ul, ol, li { list-style: none; }
a { color: #333; text-decoration: none; cursor: pointer; }
a:link { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
a:active { color: #333; text-decoration: none; }
sup, sub { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
legend { color: #333; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-weight: inherit; }
input, button, textarea, select { font-size: 100%\9; }
pre { white-space: pre-wrap; word-wrap: break-word; }
table { max-width: 100%; border-collapse: collapse; border-spacing: 0; background-color: transparent; }
th { text-align: inherit; }
fieldset, img { border: 0; }
a img {  border-width: 0; vertical-align: top; }
iframe { display: block; }
del { text-decoration: line-through; }

@font-face{

	font-family: 'HelveticaNeueLTPro-ThEx';
	src: url('../fonts/HelveticaNeueLTPro-ThEx.otf');
	src: url('../fonts/HelveticaNeueLTPro-ThEx.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-ThEx.eot');

}

/** Function **/
.fn-clear:after { visibility: hidden; display: block; font-size: 0; content: ""; clear: both; height: 0; }
.fn-clear { zoom: 1; }
.fn-clearfix { visibility: hidden; clear: both; }
.fn-left, .fn-right { display: inline; }
.fn-left { float: left; }
.fn-right { float: right; }

/** Golbal **/
.width { width: 1200px; margin-left: auto; margin-right: auto; }

/* Header */
.header { width: 100%; height: 148px; position: relative; z-index: 200; background: url(../images/header-bg.jpg) left top repeat-x; }

/* logo */
.logo { display: block; float: left; margin-top: 8px; }
.logo a { display: block; }
.logo a:hover { opacity: 0.8; }
.logo-small { display: none; }

/* nav */
.nav { margin-top: 53px; float: right; }
.nav li { display: inline-block; *display: inline; *zoom: 1; margin-left: 36px; }
.nav li a { display: block; height: 42px; line-height: 20px; font-size: 14px; color: #231f20; font-family: '\5FAE\8F6F\96C5\9ED1';}
.nav li a:hover { color: #000; }
.nav .active a { color: #000; }
.menu { display: none; position: absolute; right: 0px; top: 60px; cursor: pointer; }

/* Footer */
.footer { width: 100%; min-width: 1200px; color: #3a77d9; overflow: hidden; background-color: #263041; margin-top:20px; }
.footer-title { margin-top: 50px; margin-bottom: 20px; }

.footer-text { overflow: hidden; }

.footer-contact { margin-top: 10px; float: left; width: 400px; }
.footer-contact p { font-size: 14px; color: #9ea7b6; line-height: 36px; }

.footer-link { float: left; margin-top: 10px; margin-left: 200px; }
.footer-link li { line-height: 36px; }
.footer-link li a { font-size: 14px; color: #9ea7b6; }
.footer-link li a:hover { color: #ccc; }

.footer-download { width: 350px; float: right; overflow: hidden; }
.download-title { margin-left: 15px; width: 100%; line-height: 42px; padding-bottom: 5px; }
.download-title h2,
.download-title i,
.download-title span { display: inline-block; *display: inline; *zoom: 1; }

.download-title h2 { border-bottom: 2px solid #ffcf4e; font-size: 14px; color: #fff; }
.download-title i { margin: 2px 6px; font-size: 18px; color: #525863; font-style: normal; }
.download-title span { font-size: 14px; color: #9ea7b6; }

.download-list { width: 100%; overflow: hidden; }
.download-list dd { line-height: 38px; color: #9ea7b6; font-size: 14px; }
.download-list i { display: inline-block; *display: inline; *zoom: 1; float: left; width: 15px; text-align: center; }
.download-list dd span { float: right; }
.download-list dd a { color: #9ea7b6; }
.download-list dd a:hover { color: #ccc; }

.footer-copyright { margin-top: 50px; width: 100%; height: 68px; line-height: 70px; background-color: #171e29; text-align: center; color: #728098; }
.footer-copyright span { margin: 0 20px; font-size: 12px; color: #728098; display: inline-block; *display: inline; *zoom: 1; }
.footer-copyright a { color: #728098; }

#gotop {
  display: none; position: fixed; bottom: 130px; right: 40px; width: 69px; height: 69px;
  cursor: pointer; overflow: hidden; border-radius: 3px; background: url(../images/gotop.png) 0 0 no-repeat;
}
#gotop:hover { background-color:#666; }


@media only screen and (max-width: 1250px){

	.header,
	.footer,
	.width { width: 100%; min-width: auto; }
    
    .nav { margin-top: 72px; }
	.nav li { margin-left: 20px; }
    .logo { margin-left: 20px; margin-top: 20px; }
    .logo img { width: 340px; }
	.nav { margin-right: 10px; }
	
	.footer-text { padding: 0 20px; }
	.footer-link { margin-left: 40px; }

}

@media only screen and (max-width: 1024px){

	.header { height: auto; width: 100%; }
	.header .width { position: relative; width: 96%; min-width: auto; margin-left: 2%; overflow: hidden; }
	.logo { float: left; width: 15%; margin-left: 0; margin-bottom: 20px; }
	.logo img { display: none; }
    .logo .logo-small { display: block; width: 100%; }
	
	.nav { float: right; width: 85%; margin-top: 10%; margin-right: 0; text-align: right; }
	.nav li { margin: 0 2.3%; }

    .footer { position: relative; }
	.footer-link { position: absolute; top: 87px; right: 20px; margin: 0; width: 70%; text-align-last: justify; }

	.footer-link li { display: inline-block; *display: inline; *zoom: 1; }

	.footer-contact { width: 50%; }
	.footer-contact p { line-height: 28px; padding: 2px 0; }

	.footer-download { width: 50%; }
	.download-list dd {  }
	
}

@media only screen and (max-width: 860px){

    .nav li { margin: 0 1.2%; }
	
}

@media only screen and (max-width: 768px){

    body { overflow-x: hidden; }
    .header { height: 143px; }
	.header .width { overflow: visible; }
	.logo { width: auto; }
	.logo .logo-small { width: auto; height: 70px; margin-top: 20px; }
    .menu { display: block; margin-right: 5px; }
    .nav { display: none; position: absolute; top: 143px; margin: 0; width: 100%; padding: 2% 4%; margin-left: -2%; background-color: #fff; border-top: 1px solid #ccc; box-shadow: 0 2px 3px #494949; }
    .nav li { display: block; width: 100%; }
	
	.nav li a { font-size: 14px; text-align: left; }

	.footer-contact { width: 56%; }
	.footer-download { width: 44%; }
	
}

@media only screen and (max-width: 600px){

    .logo { float: left; }

    .nav { display: none; }

    .footer { width: 100%; min-width: 100%; margin: 0; overflow: hidden; }
    .footer .width { width: 96%; margin-left: 2%; }

	.footer-link { display: none; }

    .footer-title { width: 90%; margin: 0 5%; margin-top: 22px; text-align: center; }
	.footer-contact { display: none; width: 100%; margin-top: 10px; }
	.footer-download { width: 100%; }
	.download-title { margin-left: 0; }
	.download-list { margin-left: -6px; }
	
}